.elementor-818 .elementor-element.elementor-element-b2fcbc7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}/* Start custom CSS for wd_text_block, class: .elementor-element-020839d */.footer-heading {
    font-family: 'Helvetica-Bold', sans-serif !important;
}

.qr-code-container {
    position: relative;
    display: inline-block;
}

.qr-code-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    z-index: 100;
    width: 150px;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fce944f *//* 基本样式，专门针对 .mobile-footer-container 类 */
.mobile-footer-container {
    display: flex;
    flex-direction: column;
}

.arrow {
    transition: transform 0.3s ease; /* 添加平滑的转换效果 */
}

.mobile-footer-container .footer-column {
    margin-bottom: 20px;
}

.mobile-footer-container .footer-heading {
     font-family: 'Helvetica-Bold', sans-serif !important;
    font-size: .3rem; /* 根据需要调整字体大小 */
    color: #333;
    margin-bottom: 10px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    
}

.mobile-footer-container .footer-list {
    list-style: none;
    padding: 0;
}

.mobile-footer-container .footer-list-item {
    margin-bottom: 8px;
}

.mobile-footer-container .footer-link {
    text-decoration: none;
    color: #555;
    font-size: 16px; /* 优化链接的触控区域和可读性 */
}

.mobile-footer-container .footer-link:hover,
.mobile-footer-container .footer-link:focus {
    color: #000;
    text-decoration: underline;
}

.mobile-footer-container .footer-list {
    display: none;
}

.wd-toolbar {
    display: none!important;
}



/* 媒体查询优化样式，适用于屏幕宽度至少为768px */
@media (max-width: 768px) {
    .min-footer>div .copyright {
        display: block;
        justify-content: space-between;
        font-size: .2rem;
    }
    
    .min-footer>div .copyright div {
    margin-bottom: 10px;
}

.copyrights-wrapper {
    border-top:none;
}

}/* End custom CSS */